home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / pbmpl91d.zip / PBMPLUS / MAN / PNMARITH.MAN < prev    next >
Text File  |  1993-01-08  |  1KB  |  67 lines

  1.  
  2.  
  3. pnmarith(1)                Unix Programmer's Manual                pnmarith(1)
  4.  
  5.  
  6. NAME
  7.      pnmarith - perform arithmetic on two portable anymaps
  8.  
  9. SYNOPSIS
  10.      pnmarith -add|-subtract|-multiply pnmfile1 pnmfile2
  11.                                        -------- --------
  12.  
  13. DESCRIPTION
  14.      Reads two portable anymaps as input.  Performs the  specified  arithmetic
  15.      operation,  and  produces  a  portable  anymap  as output.  The two input
  16.      anymaps must be the same width and height.
  17.  
  18.      The arithmetic is performed  between  corresponding  pixels  in  the  two
  19.      anymaps,  as  if  maxval  was  1.0,  black was 0.0, and a linear scale in
  20.      between.  Results that fall outside of [0..1) are truncated.
  21.  
  22.      All flags can be abbreviated to their shortest unique prefix.
  23.  
  24. SEE ALSO
  25.      pbmmask(1), pnmpaste(1), pnminvert(1), pnm(5)
  26.  
  27. AUTHOR
  28.      Copyright (C) 1989, 1991 by Jef Poskanzer.
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                                13 January 1991                               1
  66.  
  67.